home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-16 | 1.2 KB | 37 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 6556999 7-April-90 00:46PDT
-
- From: D0416 Futuresoft System Design,PRT
-
- To: CH0068 CH DEV Hamilton, Bonaduz,IDV
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: RE[3] Window doesn't close
-
- Thomas,
-
- As both Tseung Cheung and Mark Dawson said, in 2.0ß9 a window which is NOT a
- Desk Accesory window will have to be marked as having a goAway box even if it
- doesn’t to avoid MacApp hanging while quiting. (Yuck)
-
- Also according to Mark, the problem is fixed in 2.0 final. (Yea!)
-
- In the interim, prehaps you could set your window as closable by the statement:
-
- aWindow := NewTemplateWindow(…); {create my window without goAway box}
- aWindow.fIsClosable := TRUE; {mark window as closable to avoid 2.0ß9 bug}
-
- I haven’t tried this but TWindow.IRes inits the fIsCloseable field to the
- window template’s goAway box setting of TRUE/FALSE so if you go behind MacApp
- and set it to TRUE all should work. Also, I guess you could instead reset
- fIsClosable in an override of TWindow.IRes and get the same results in a more
- “OOP” fashion.
-
- Hope that helps,
- Ken_Addison.Close
- FutureSoft System Designs, Inc.
-
-
-